home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 242 / Issue 242 - April 2008 - DPCS0408DVD.ISO / Software Money Savers / VirtualDub / Source / VirtualDub-1.7.7-src.7z / src / VDLib / VDLib.vcproj < prev   
Encoding:
Extensible Markup Language  |  2007-10-13  |  7.6 KB  |  375 lines

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="8.00"
  5.     Name="VDLib"
  6.     ProjectGUID="{1D6B560F-064D-401E-AC94-C12B6354429C}"
  7.     RootNamespace="VDLib"
  8.     SccProjectName="SAK"
  9.     SccAuxPath="SAK"
  10.     SccLocalPath="SAK"
  11.     SccProvider="SAK"
  12.     Keyword="Win32Proj"
  13.     >
  14.     <Platforms>
  15.         <Platform
  16.             Name="Win32"
  17.         />
  18.         <Platform
  19.             Name="x64"
  20.         />
  21.     </Platforms>
  22.     <ToolFiles>
  23.     </ToolFiles>
  24.     <Configurations>
  25.         <Configuration
  26.             Name="Debug|Win32"
  27.             OutputDirectory="$(VDLibPath)"
  28.             IntermediateDirectory="$(VDObjPath)"
  29.             ConfigurationType="4"
  30.             InheritedPropertySheets="..\VirtualDub-VC2005-IX86.vsprops;..\VirtualDub-VC2005-Debug.vsprops;..\VirtualDub-VC2005.vsprops"
  31.             CharacterSet="0"
  32.             WholeProgramOptimization="0"
  33.             >
  34.             <Tool
  35.                 Name="VCPreBuildEventTool"
  36.             />
  37.             <Tool
  38.                 Name="VCCustomBuildTool"
  39.             />
  40.             <Tool
  41.                 Name="VCXMLDataGeneratorTool"
  42.             />
  43.             <Tool
  44.                 Name="VCWebServiceProxyGeneratorTool"
  45.             />
  46.             <Tool
  47.                 Name="VCMIDLTool"
  48.             />
  49.             <Tool
  50.                 Name="VCCLCompilerTool"
  51.                 Optimization="0"
  52.                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  53.                 MinimalRebuild="true"
  54.                 BasicRuntimeChecks="3"
  55.                 RuntimeLibrary="1"
  56.                 UsePrecompiledHeader="2"
  57.                 WarningLevel="3"
  58.                 Detect64BitPortabilityProblems="true"
  59.                 DebugInformationFormat="4"
  60.             />
  61.             <Tool
  62.                 Name="VCManagedResourceCompilerTool"
  63.             />
  64.             <Tool
  65.                 Name="VCResourceCompilerTool"
  66.             />
  67.             <Tool
  68.                 Name="VCPreLinkEventTool"
  69.             />
  70.             <Tool
  71.                 Name="VCLibrarianTool"
  72.             />
  73.             <Tool
  74.                 Name="VCALinkTool"
  75.             />
  76.             <Tool
  77.                 Name="VCXDCMakeTool"
  78.             />
  79.             <Tool
  80.                 Name="VCBscMakeTool"
  81.             />
  82.             <Tool
  83.                 Name="VCFxCopTool"
  84.             />
  85.             <Tool
  86.                 Name="VCPostBuildEventTool"
  87.             />
  88.         </Configuration>
  89.         <Configuration
  90.             Name="Debug|x64"
  91.             OutputDirectory="$(VDLibPath)"
  92.             IntermediateDirectory="$(VDObjPath)"
  93.             ConfigurationType="4"
  94.             InheritedPropertySheets="..\VirtualDub-VC2005-AMD64.vsprops;..\VirtualDub-VC2005-Debug.vsprops;..\VirtualDub-VC2005.vsprops"
  95.             CharacterSet="0"
  96.             WholeProgramOptimization="0"
  97.             >
  98.             <Tool
  99.                 Name="VCPreBuildEventTool"
  100.             />
  101.             <Tool
  102.                 Name="VCCustomBuildTool"
  103.             />
  104.             <Tool
  105.                 Name="VCXMLDataGeneratorTool"
  106.             />
  107.             <Tool
  108.                 Name="VCWebServiceProxyGeneratorTool"
  109.             />
  110.             <Tool
  111.                 Name="VCMIDLTool"
  112.                 TargetEnvironment="3"
  113.             />
  114.             <Tool
  115.                 Name="VCCLCompilerTool"
  116.                 Optimization="0"
  117.                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  118.                 MinimalRebuild="true"
  119.                 BasicRuntimeChecks="3"
  120.                 RuntimeLibrary="1"
  121.                 UsePrecompiledHeader="2"
  122.                 WarningLevel="3"
  123.                 Detect64BitPortabilityProblems="true"
  124.                 DebugInformationFormat="3"
  125.             />
  126.             <Tool
  127.                 Name="VCManagedResourceCompilerTool"
  128.             />
  129.             <Tool
  130.                 Name="VCResourceCompilerTool"
  131.             />
  132.             <Tool
  133.                 Name="VCPreLinkEventTool"
  134.             />
  135.             <Tool
  136.                 Name="VCLibrarianTool"
  137.             />
  138.             <Tool
  139.                 Name="VCALinkTool"
  140.             />
  141.             <Tool
  142.                 Name="VCXDCMakeTool"
  143.             />
  144.             <Tool
  145.                 Name="VCBscMakeTool"
  146.             />
  147.             <Tool
  148.                 Name="VCFxCopTool"
  149.             />
  150.             <Tool
  151.                 Name="VCPostBuildEventTool"
  152.             />
  153.         </Configuration>
  154.         <Configuration
  155.             Name="Release|Win32"
  156.             OutputDirectory="$(VDLibPath)"
  157.             IntermediateDirectory="$(VDObjPath)"
  158.             ConfigurationType="4"
  159.             InheritedPropertySheets="..\VirtualDub-VC2005-IX86.vsprops;..\VirtualDub-VC2005-Release.vsprops;..\VirtualDub-VC2005.vsprops"
  160.             CharacterSet="0"
  161.             WholeProgramOptimization="0"
  162.             >
  163.             <Tool
  164.                 Name="VCPreBuildEventTool"
  165.             />
  166.             <Tool
  167.                 Name="VCCustomBuildTool"
  168.             />
  169.             <Tool
  170.                 Name="VCXMLDataGeneratorTool"
  171.             />
  172.             <Tool
  173.                 Name="VCWebServiceProxyGeneratorTool"
  174.             />
  175.             <Tool
  176.                 Name="VCMIDLTool"
  177.             />
  178.             <Tool
  179.                 Name="VCCLCompilerTool"
  180.                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  181.                 RuntimeLibrary="0"
  182.                 UsePrecompiledHeader="2"
  183.                 WarningLevel="3"
  184.                 Detect64BitPortabilityProblems="true"
  185.                 DebugInformationFormat="3"
  186.             />
  187.             <Tool
  188.                 Name="VCManagedResourceCompilerTool"
  189.             />
  190.             <Tool
  191.                 Name="VCResourceCompilerTool"
  192.             />
  193.             <Tool
  194.                 Name="VCPreLinkEventTool"
  195.             />
  196.             <Tool
  197.                 Name="VCLibrarianTool"
  198.             />
  199.             <Tool
  200.                 Name="VCALinkTool"
  201.             />
  202.             <Tool
  203.                 Name="VCXDCMakeTool"
  204.             />
  205.             <Tool
  206.                 Name="VCBscMakeTool"
  207.             />
  208.             <Tool
  209.                 Name="VCFxCopTool"
  210.             />
  211.             <Tool
  212.                 Name="VCPostBuildEventTool"
  213.             />
  214.         </Configuration>
  215.         <Configuration
  216.             Name="Release|x64"
  217.             OutputDirectory="$(VDLibPath)"
  218.             IntermediateDirectory="$(VDObjPath)"
  219.             ConfigurationType="4"
  220.             InheritedPropertySheets="..\VirtualDub-VC2005-AMD64.vsprops;..\VirtualDub-VC2005-Release.vsprops;..\VirtualDub-VC2005.vsprops"
  221.             CharacterSet="0"
  222.             WholeProgramOptimization="0"
  223.             >
  224.             <Tool
  225.                 Name="VCPreBuildEventTool"
  226.             />
  227.             <Tool
  228.                 Name="VCCustomBuildTool"
  229.             />
  230.             <Tool
  231.                 Name="VCXMLDataGeneratorTool"
  232.             />
  233.             <Tool
  234.                 Name="VCWebServiceProxyGeneratorTool"
  235.             />
  236.             <Tool
  237.                 Name="VCMIDLTool"
  238.                 TargetEnvironment="3"
  239.             />
  240.             <Tool
  241.                 Name="VCCLCompilerTool"
  242.                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  243.                 RuntimeLibrary="0"
  244.                 UsePrecompiledHeader="2"
  245.                 WarningLevel="3"
  246.                 Detect64BitPortabilityProblems="true"
  247.                 DebugInformationFormat="3"
  248.             />
  249.             <Tool
  250.                 Name="VCManagedResourceCompilerTool"
  251.             />
  252.             <Tool
  253.                 Name="VCResourceCompilerTool"
  254.             />
  255.             <Tool
  256.                 Name="VCPreLinkEventTool"
  257.             />
  258.             <Tool
  259.                 Name="VCLibrarianTool"
  260.             />
  261.             <Tool
  262.                 Name="VCALinkTool"
  263.             />
  264.             <Tool
  265.                 Name="VCXDCMakeTool"
  266.             />
  267.             <Tool
  268.                 Name="VCBscMakeTool"
  269.             />
  270.             <Tool
  271.                 Name="VCFxCopTool"
  272.             />
  273.             <Tool
  274.                 Name="VCPostBuildEventTool"
  275.             />
  276.         </Configuration>
  277.     </Configurations>
  278.     <References>
  279.     </References>
  280.     <Files>
  281.         <Filter
  282.             Name="Source Files"
  283.             Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  284.             UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  285.             >
  286.             <File
  287.                 RelativePath=".\source\fft.cpp"
  288.                 >
  289.             </File>
  290.             <File
  291.                 RelativePath=".\source\ParameterCurve.cpp"
  292.                 >
  293.             </File>
  294.             <File
  295.                 RelativePath=".\stdafx.cpp"
  296.                 >
  297.                 <FileConfiguration
  298.                     Name="Debug|Win32"
  299.                     >
  300.                     <Tool
  301.                         Name="VCCLCompilerTool"
  302.                         UsePrecompiledHeader="1"
  303.                     />
  304.                 </FileConfiguration>
  305.                 <FileConfiguration
  306.                     Name="Debug|x64"
  307.                     >
  308.                     <Tool
  309.                         Name="VCCLCompilerTool"
  310.                         UsePrecompiledHeader="1"
  311.                     />
  312.                 </FileConfiguration>
  313.                 <FileConfiguration
  314.                     Name="Release|Win32"
  315.                     >
  316.                     <Tool
  317.                         Name="VCCLCompilerTool"
  318.                         UsePrecompiledHeader="1"
  319.                     />
  320.                 </FileConfiguration>
  321.                 <FileConfiguration
  322.                     Name="Release|x64"
  323.                     >
  324.                     <Tool
  325.                         Name="VCCLCompilerTool"
  326.                         UsePrecompiledHeader="1"
  327.                     />
  328.                 </FileConfiguration>
  329.             </File>
  330.         </Filter>
  331.         <Filter
  332.             Name="Header Files"
  333.             Filter="h;hpp;hxx;hm;inl;inc;xsd"
  334.             UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  335.             >
  336.             <File
  337.                 RelativePath=".\h\fft_radix2.inl"
  338.                 >
  339.             </File>
  340.             <File
  341.                 RelativePath=".\h\fft_radix4.inl"
  342.                 >
  343.             </File>
  344.             <File
  345.                 RelativePath=".\h\fft_sse.inl"
  346.                 >
  347.             </File>
  348.             <File
  349.                 RelativePath=".\stdafx.h"
  350.                 >
  351.             </File>
  352.         </Filter>
  353.         <Filter
  354.             Name="Resource Files"
  355.             Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  356.             UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  357.             >
  358.         </Filter>
  359.         <Filter
  360.             Name="Interface Files"
  361.             >
  362.             <File
  363.                 RelativePath="..\h\vd2\VDLib\fft.h"
  364.                 >
  365.             </File>
  366.             <File
  367.                 RelativePath="..\h\vd2\VDLib\ParameterCurve.h"
  368.                 >
  369.             </File>
  370.         </Filter>
  371.     </Files>
  372.     <Globals>
  373.     </Globals>
  374. </VisualStudioProject>
  375.